home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / emacs / emacs18.57 / 1857sr~1.zoo / source / Makefile.st < prev    next >
Encoding:
Makefile  |  1991-12-09  |  3.3 KB  |  81 lines

  1. CC=d:\gnu\gcc\gcc.ttp
  2.  
  3. CFLAGS= -Demacs -DHAVE_DUP2 -O -fomit-frame-pointer -fforce-mem -fstrength-reduce
  4. RFLAGS= -DEMACS -DHAVE_DUP2 -O
  5.  
  6. plus_o= lib+/abort_in.o lib+/alarm.o lib+/dummy.o lib+/key-bind.o \
  7.     lib+/malloc.o lib+/sbrk.o
  8.  
  9. plus_h= lib+/abort_in.c lib+/alarm.c lib+/dummy.c lib+/key-bind.c \
  10.     lib+/malloc.c lib+/sbrk.c
  11.  
  12.  
  13. obj=    dispnew.o scroll.o xdisp.o window.o \
  14.     term.o cm.o emacs.o keyboard.o macros.o keymap.o sysdep.o \
  15.     buffer.o filelock.o insdel.o marker.o \
  16.     minibuf.o fileio.o dired.o filemode.o \
  17.     cmds.o casefidd.o indent.o search.o regex.o undo.o \
  18.     alloc.o data.o doc.o editfns.o callint.o \
  19.     eval.o fns.o print.o lread.o \
  20.     abbrev.o syntax.o unexec.o mocklisp.o bytecode.o \
  21.     process.o callproc.o tparam.o \
  22.     doprnt.o termcap.o environ.o $(plus_o)
  23.  
  24. otherobj=  lastfile.o 
  25.  
  26. SHELL=c:\mint\mw\mwinit.prg
  27.  
  28. temacs: ${obj} ${otherobj} 
  29.     $(CC) ${LDFLAGS} -o temacs ${obj} ${otherobj} -liio -ltermcap
  30.  
  31.  
  32. abbrev.o : abbrev.c buffer.h commands.h config.h 
  33. buffer.o : buffer.c syntax.h buffer.h commands.h window.h config.h 
  34. callint.o : callint.c window.h commands.h buffer.h config.h 
  35. callproc.o : callproc.c paths.h buffer.h commands.h config.h 
  36. casefidd.o : casefidd.c syntax.h commands.h buffer.h config.h 
  37. cm.o : cm.c cm.h config.h
  38. cmds.o : cmds.c syntax.h buffer.h commands.h config.h 
  39. dired.o : dired.c commands.h buffer.h config.h 
  40. dispnew.o : dispnew.c commands.h window.h buffer.h termchar.h termopts.h cm.h config.h
  41. doc.o : doc.c buffer.h config.h paths.h
  42. doprnt.o : doprnt.c
  43. editfns.o : editfns.c window.h buffer.h config.h 
  44. emacs.o : emacs.c commands.h config.h 
  45. fileio.o : fileio.c window.h buffer.h config.h 
  46. filelock.o : filelock.c buffer.h paths.h config.h
  47. filemode.o : filemode.c 
  48. indent.o : indent.c window.h indent.h buffer.h config.h termchar.h termopts.h
  49. insdel.o : insdel.c window.h buffer.h config.h 
  50. keyboard.o : keyboard.c termchar.h termopts.h buffer.h commands.h window.h macros.h config.h 
  51. keymap.o : keymap.c buffer.h commands.h config.h 
  52. lastfile.o : lastfile.c 
  53. macros.o : macros.c window.h buffer.h commands.h macros.h config.h
  54. malloc.o : malloc.c config.h
  55. marker.o : marker.c buffer.h config.h 
  56. minibuf.o : minibuf.c syntax.h window.h buffer.h commands.h config.h 
  57. mocklisp.o : mocklisp.c buffer.h config.h
  58. process.o : process.c process.h buffer.h window.h termopts.h commands.h config.h 
  59. regex.o : regex.c syntax.h buffer.h config.h regex.h 
  60. scroll.o : scroll.c termchar.h config.h 
  61. search.o : search.c regex.h commands.h buffer.h syntax.h config.h 
  62. syntax.o : syntax.c syntax.h buffer.h commands.h config.h 
  63. sysdep.o : sysdep.c config.h termchar.h termopts.h window.h
  64. term.o : term.c termchar.h termopts.h config.h cm.h
  65. termcap.o : termcap.c config.h
  66. terminfo.o : terminfo.c config.h
  67. tparam.o : tparam.c config.h
  68. undo.o : undo.c buffer.h commands.h config.h 
  69. unexec.o : config.h
  70. window.o : window.c indent.h commands.h window.h buffer.h config.h termchar.h
  71. xdisp.o : xdisp.c macros.h commands.h indent.h buffer.h termchar.h window.h config.h 
  72. alloc.o : alloc.c window.h buffer.h config.h 
  73. bytecode.o : bytecode.c buffer.h config.h 
  74. data.o : data.c buffer.h config.h 
  75. eval.o : eval.c commands.h config.h
  76. fns.o : fns.c buffer.h commands.h config.h
  77. print.o : print.c process.h window.h buffer.h termchar.h config.h 
  78. lread.o : lread.c buffer.h paths.h config.h 
  79.  
  80. lib+/alarm.o: lib+/alarm.c
  81.     $(CC) $(RFLAGS) -c lib+/alarm.c -o lib+/alarm.o